home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / api / mulhelp2.rc_ / mulhelp2.RC
Encoding:
Text File  |  1995-03-05  |  499 b   |  15 lines

  1. #include <windows.h>
  2.  
  3.  
  4. HelpList DIALOG 55, 43, 196, 95
  5. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  6. CAPTION "Alternate Help"
  7. FONT 8, "MS Sans Serif"
  8. {
  9.  LTEXT "Please Select a Help File", -1, 12, 6, 112, 12, NOT WS_GROUP
  10.  LISTBOX 100, 12, 19, 112, 69, LBS_NOTIFY | WS_BORDER | WS_BORDER | WS_VSCROLL | WS_GROUP | WS_TABSTOP
  11.  DEFPUSHBUTTON "OK", IDOK, 136, 19, 50, 14, BS_DEFPUSHBUTTON | WS_TABSTOP
  12.  PUSHBUTTON "Cancel", IDCANCEL, 136, 40, 50, 14, WS_TABSTOP
  13. }
  14.  
  15.